The base scenario in this report simulates a network of 200 farms, with around 50 chickens per farm.
Each simulation creates a randomly generated network of farms.
Each simulation seeds one initial infected chicken at a random farm.
No culling practices are implemented.
The two GIFs below are examples of the base network scenario:
This graphic shows a simulation run that resulted in a long epidemic (80 days).
Nodes represent farms, with edges illustrating connections between farms.
Black nodes represent farms with a normal chicken population, while red nodes indicate farms with at least one infected chicken.
| scenario | mean_prop_loss | mean_proportion_farms | mean_duration | mean_fraction_exposure |
|---|---|---|---|---|
| Base Scenario | 0.0757303 | 0.076 | 37.4 | 0.0003736 |
The following graphs show that there does not appear to be a substantial relationship between increases in the number of farms in the network and our epidemic summary statistics.
However, as the number of chickens increase in each farm, there are noticeable patterns of change for epidemic duration, proportion of infected farms, proportion of chickens lost across the network, and fraction of possible exposure measure.
Due to the scalability of this model across network size, subsequent simulations are run with a network size of 200 farms of 50 chickens.
The duration of the epidemic is affected by the number of chickens in each farm, but not the number of farms in the network.
In the random growth scenario, 11% of farms grow from around 50 chickens to 500 chickens, resulting in a doubling of the total network chicken population.
Each simulation is seeded by choosing a random chicken to be infected. Since larger farms represent about 50% of the chicken population, there is about a 50% chance that the seeded infection will be on a larger farm.
| scenario | mean_prop_loss | mean_proportion_farms | mean_duration | mean_fraction_exposure |
|---|---|---|---|---|
| Growth in Random Farms | 0.5314347 | 0.512 | 48.3 | 0.0025624 |
INSERT DESCRIPTION HERE
AND HERE
| scenario | mean_prop_loss | mean_proportion_farms | mean_duration | mean_fraction_exposure |
|---|---|---|---|---|
| Localized Farm Growth | 0.5493707 | 0.409 | 47.3 | 0.0026297 |
Culling is implemented whenever a death is detected, representing the best case detection and reporting scenario.
The time to culling varies from 1 to 21 days.